home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar / 1995 / MAY / Dr9505 / search.dfm / search.txt < prev   
Text File  |  1995-03-07  |  2KB  |  109 lines

  1. object Locate_Example: TLocate_Example
  2.   Left = 252
  3.   Top = 112
  4.   Width = 328
  5.   Height = 304
  6.   ActiveControl = DBGrid1
  7.   Caption = 'Locate Example'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Shape1: TShape
  15.     Left = 0
  16.     Top = 239
  17.     Width = 320
  18.     Height = 36
  19.   end
  20.   object Label1: TLabel
  21.     Left = 18
  22.     Top = 83
  23.     Width = 109
  24.     Height = 16
  25.     Caption = 'Mfg to search for'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 58
  29.     Top = 247
  30.     Width = 234
  31.     Height = 24
  32.     Caption = '"All Freeware On Sale!"'
  33.     Color = clWhite
  34.     Font.Color = clMaroon
  35.     Font.Height = -21
  36.     Font.Name = 'Arial'
  37.     Font.Style = [fsBold]
  38.     ParentColor = False
  39.     ParentFont = False
  40.   end
  41.   object Image1: TImage
  42.     Left = 6
  43.     Top = 242
  44.     Width = 32
  45.     Height = 32
  46.     AutoSize = True
  47.     Picture.Data = {<image000.bmp>}
  48.   end
  49.   object Label3: TLabel
  50.     Left = 34
  51.     Top = 7
  52.     Width = 252
  53.     Height = 22
  54.     Caption = 'Homer'#39's Discount Software'
  55.     Font.Color = clNavy
  56.     Font.Height = -19
  57.     Font.Name = 'Arial'
  58.     Font.Style = [fsBold]
  59.     ParentFont = False
  60.   end
  61.   object Edit1: TEdit
  62.     Left = 131
  63.     Top = 81
  64.     Width = 172
  65.     Height = 22
  66.     Font.Color = clBlack
  67.     Font.Height = -12
  68.     Font.Name = 'Arial'
  69.     Font.Style = []
  70.     MaxLength = 30
  71.     ParentFont = False
  72.     TabOrder = 1
  73.   end
  74.   object Button1: TButton
  75.     Left = 228
  76.     Top = 48
  77.     Width = 76
  78.     Height = 25
  79.     Caption = 'Locate'
  80.     TabOrder = 2
  81.     OnClick = Button1Click
  82.   end
  83.   object DBGrid1: TDBGrid
  84.     Left = 18
  85.     Top = 114
  86.     Width = 285
  87.     Height = 105
  88.     DataSource = DataSource1
  89.     TabOrder = 0
  90.     TitleFont.Color = clWindowText
  91.     TitleFont.Height = -13
  92.     TitleFont.Name = 'System'
  93.     TitleFont.Style = []
  94.   end
  95.   object Table1: TTable
  96.     Active = True
  97.     DatabaseName = 'ayf'
  98.     TableName = 'SOFTWARE.DB'
  99.     Left = 17
  100.     Top = 42
  101.   end
  102.   object DataSource1: TDataSource
  103.     AutoEdit = False
  104.     DataSet = Table1
  105.     Left = 48
  106.     Top = 42
  107.   end
  108. end
  109.